From 21c8bc2b47ce2091534d1e565a8a1fe96f3f4326 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 30 Sep 2020 15:10:34 -0400 Subject: [PATCH] build: Require meson 0.54 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6ad27d2158..ac940638fc 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project('gtk', 'c', # https://github.com/mesonbuild/meson/issues/2289 'c_std=gnu99', ], - meson_version : '>= 0.53', + meson_version : '>= 0.54', license: 'LGPLv2.1+') glib_major_req = 2 -- 2.30.2